#
# HoI - Scandinavia (Iceland, Norway, Denmark, Sweden, Finland)
#
# LIMIT: 1002000 - 1051999
#
#
#########################################################################
#  End of the Swedish Winter War
#########################################################################
event = { 
	id = 3302
	random = no
	country = SWE
	
	# Triggered by SOV 2630
	
	name = "EVT_3302_NAME"
	desc = "EVT_3302_DESC"
	style = 0
	
	
	action_a = {
		name = "ACTIONNAME3302A" # Accept Peace Proposal
		command = { type = peace which = SOV value = 1 }
		command = { type = dissent value = -10 }
		command = { type = trigger which = 2631 } # SOV
	}
#	action_b = {
#		name = "ACTIONNAME3302B" # Refuse Peace Proposal
#		command = { type = alignment which = fascist value = 100  }
#		command = { type = dissent value = 10 }
#		command = { type = trigger which = 2632 } # SOV
#	}
}
#########################################################################
#  End of the Finnish Winter War
#########################################################################
event = { 
	id = 3203
	random = no
	country = FIN
	
	# Triggered by SOV 2627
	
	name = "EVT_3203_NAME"
	desc = "EVT_3203_DESC"
	style = 0
	
	action_a = {
		name = "ACTIONNAME3203A" # Fold to Russian Demands
		command = { type = trigger which = 2628 } #SOV
		command = { type = secedeprovince which = SOV value = 787 }
		command = { type = secedeprovince which = SOV value = 803 }
#		command = { type = secedeprovince which = SOV value = 821 }
		command = { type = alignment which = fascist value = 100  }
		command = { type = peace which = SOV }
		command = { type = access which = SOV }
		command = { type = dissent value = 10 }
	}
	action_b = {
		name = "ACTIONNAME3203B" # We will never surrender!
		
		command = { type = trigger which = 2629 } #SOV
		command = { type = alignment which = fascist value = 100  }
	}
}


# HoI - Finland Events
#
#		written by Henrik Fhraeus
#

#########################################################################
#  The Winter War
#########################################################################
event = { 
	id = 3200
	random = no
	country = FIN
	
	# Triggered by SOV 2620
	
	name = "EVT_3200_NAME"
	desc = "EVT_3200_DESC"
	style = 0
	
	action_a = {
		name = "ACTIONNAME3200A" # Let them come if they dare!
		command = { type = trigger which = 2621 } #SOV
		command = { type = alignment which = fascist value = 100  }
		command = { type = chiefofstaff which = 29104 }
		command = { type = chiefofarmy which = 29105 }
	}
	action_b = {
		name = "ACTIONNAME3200B" # Fold to Russian Pressure
		command = { type = secedeprovince which = SOV value = 787 }
		command = { type = secedeprovince which = SOV value = 803 }
		command = { type = secedeprovince which = SOV value = 821 }
		command = { type = trigger which = 2622 } #SOV
		command = { type = alignment which = fascist value = 100  }
	}
}

#########################################################################
#  Swedish Material Aid
#########################################################################
event = { 
	id = 3201
	random = no
	country = FIN
	
	# Triggered by SWE 3300 or 3301
	
	name = "EVT_3201_NAME"
	desc = "EVT_3201_DESC"
	style = 0
	
	action_a = {
		name = "OK" # Thanks for nothing!
		command = { type = add_division which = infantry }
		command = { type = supplies value = 1000 }	
	}
}
#########################################################################
#  Swedish Intervention
#########################################################################
event = { 
	id = 3202
	random = no
	country = FIN
	
	# Triggered by SWE 3300 or 3301
	
	name = "EVT_3202_NAME"
	desc = "EVT_3202_DESC"
	style = 0
	
	action_a = {
		name = "OK" # Perhaps there is hope after all...
		command = { type = access which = SWE }
		command = { type = alignment which = fascist value = -50  }
		command = { type = alignment which = democratic value = 50  }
	}
}
#
# HoI - Sweden Events
#
#		written by Henrik Fhraeus
#

#########################################################################
#  The Finnish Winter War - Swedish Direct Intervention
#########################################################################
event = { 
	id = 3300
	random = no
	country = SWE
	
	trigger = {
		war = { country = SOV country = FIN }
		event = 2621 #Finnish Winter War-Demands rejected
		OR = {
			ideology = liberal_conservative
			ideology = paternal_autocrat
			ideology = fascist
			ideology = nazi
		}
		NOT = {
			alliance = { country = FIN country = GER }
		}
	}
	
	name = "EVT_3300_NAME"
	desc = "EVT_3300_DESC"
	style = 0
	
	date = { day = 17 month = july year = 1936 }
	offset = 7
	deathdate = { day = 29 month = december year = 1947 }
	
	action_a = {
		name = "ACTIONNAME3300A" # Intervene for our brother people!
		
		command = { type = warentry which = SWE value = 100 }
		command = { type = war which = SOV }
		command = { type = access which = FIN }
		command = { type = trigger which = 3202 } # FIN
	}
	action_b = {
		name = "ACTIONNAME3300B" # Send volunteers and materiel
		command = { type = manpowerpool value = -10 }
		command = { type = supplies value = -1000 }
		command = { type = trigger which = 3201 } # FIN
	}
}

#########################################################################
#  The Finnish Winter War - Swedish Non-Intervention
#########################################################################
event = { 
	id = 3301
	random = no
	country = SWE
	
	trigger = {
		war = { country = SOV country = FIN }
		event = 2621 #Finnish Winter War-Demands rejected
		atwar = no
		NOT = {
			OR = {
				ideology = liberal_conservative
				ideology = paternal_autocrat
				ideology = fascist
				ideology = nazi
			}
		}
		NOT = {
			alliance = { country = FIN country = GER }
		}
	}
	
	name = "EVT_3301_NAME"
	desc = "EVT_3301_DESC"
	style = 0
	
	date = { day = 17 month = july year = 1936 }
	offset = 7
	deathdate = { day = 29 month = december year = 1947 }
	
	action_a = {
		name = "ACTIONNAME3301A" # Send volunteers and materiel
		command = { type = manpowerpool value = -10 }
		command = { type = supplies value = -1000 }
		command = { type = trigger which = 3201 } # FIN
	}
	action_b = {
		name = "ACTIONNAME3301B" # Intervene for our brother people!
		command = { type = warentry value = 100 }
		command = { type = war which = SOV }
		command = { type = access which = FIN }
		command = { type = trigger which = 3202 } # FIN
	}
}
##################################################################################
# 1002000 NOR - Quisling and his Ultra-Nationalist Party (by nachinus)
##################################################################################

event = {
	id = 1002000
	trigger = {
		random = 20
		atwar = no
		alignment = democratic
		exists = GER
		NOT = {
			OR = { # none of this must happen
				alliance = { country = NOR country = ENG }
				alliance = { country = NOR country = GER }
				alliance = { country = NOR country = ITA }
				atwar = GER
				}
			}
		OR = {
			event = 2001 #Austria annexed via Anschluss
			event = 2002 #Austria is Axis via Anschluss
			}
	}
	random = no
	country = NOR
	name = CEVTNAME_1002000
	desc = CEVTDESC_1002000
	style = 0

	date = { day = 1 month = april year = 1938 }
	offset = 30 # Check for trigger conditions every 30 days
	deathdate = { day = 1 month = december year = 1940 }

	action_a = {
		name = CEVTACTA_1002000
		command = { type = dissent value = 4 }
		command = { type = warentry value = -5 }
		command = { type = alignment which = fascist value = 5 }
		}
	action_b = {
		name = CEVTACTB_1002000
		command = { type = dissent value = 8 }
		command = { type = alignment which = fascist value = -10 }
		command = { type = alignment which = democratic value = 5 }
		}
	action_c = {
		name = CEVTACTC_1002000
		command = { type = dissent value = 5 }
		command = { type = alignment which = fascist value = 30 }
		command = { type = alignment which = democratic value = -5 }
		}
	}


###############################
# Altmark Incident
###############################

event = { 
	id = 1002001
	random = no
	country = NOR
	
	# The Altmark Incident
	
	name = CEVTNAME_1002001
	desc = CEVTDESC_1002001
	style = 0

	trigger = {
		random = 25
		war = { country = GER country = ENG }
		NOT = {	
			war = { country = NOR country = GER }
			war = { country = NOR country = ENG }
			war = { country = NOR country = SOV }
			alliance = { country = NOR country = GER }
			alliance = { country = NOR country = ENG }
			alliance = { country = NOR country = SOV }
		}
	}

        date = { day = 2 month = january year = 1938 }
        offset = 25
	deathdate = { day = 29 month = december year = 1942 }

	action_a = {
		name = CEVTACTA_1002001
		command = { type = influence value = -1 } # influence decreases with ineffectual protests
		command = { type = trigger which = 172048 }
	}
	action_b = {
		name = CEVTACTB_1002001
		command = { type = alliance which = ENG } # join the Allies
		command = { type = alignment which = democratic value = 10 }
	}
	action_c = {
		name = CEVTACTC_1002001
		command = { type = alliance which = GER } # join the Axis 
		command = { type = alignment which = fascist value = 10 }
		command = { type = trigger which = 1002002 }
	}
}


###############################
# Pressure on Denmark
###############################


event = { 
	id = 1002002
	random = no
	country = DEN
	
	# Weserubung - Denmark
	
	name = CEVTNAME_1002002
	desc = CEVTDESC_1002002
	style = 0

	trigger = {
		random = 20
		exists = DEN
                war = { country = ENG country = GER }
		control = { province = 586 data = GER } #Kiel
		control = { province = 587 data = GER } #Lbeck
		control = { province = 598 data = GER } #Rostock
		control = { province = 602 data = GER } #Berlin
		
		NOT = {	
			alliance = { country = DEN country = GER }
			alliance = { country = DEN country = ENG }
			alliance = { country = DEN country = SOV }
		}

		OR = {
		control = { province = 655 data = GER } #Aarhus
		control = { province = 595 data = GER } #Kolding
		event = 172049
		}

	}

	date = { day = 2 month = january year = 1938 }
	offset = 1
	deathdate = { day = 29 month = december year = 1942 }

	action_a = {
		name = CEVTACTA_1002002
		command = { type = secedeprovince which = GER value = 655 } # Aarhus
		command = { type = secedeprovince which = GER value = 595 } # Kolding
		command = { type = access which = GER }
		command = { type = alignment which = fascist value = 10 }
		command = { type = trigger which = 172050 }
	}

	action_b = {
		name = CEVTACTB_1002002
		command = { type = alliance which = ENG } # War!
		command = { type = alignment which = democratic value = 10 }
	}
}

###############################
# British seize Iceland
###############################

event = { 
	id = 1002003
	random = no
	country = DEN
	
	# UK invades Iceland
	
	name = CEVTNAME_1002003
	desc = CEVTDESC_1002003
	style = 0

	# Triggered by ENG 272023

	action_a = {
		name = CEVTACTA_1002003
		command = { type = secedeprovince which = ENG value = 441 } # Reykjavik
		command = { type = secedeprovince which = ENG value = 442 } # Akureyri
		command = { type = secedeprovince which = ENG value = 432 } # Gothab
	}

}


###############################
# Germany invades Norway
###############################

event = { 
	id = 1002004
	random = no
	country = NOR
	
	# Weserubung - Norway
	
	name = CEVTNAME_1002004
	desc = CEVTDESC_1002004
	style = 0

	# Triggered by Germany 172049

	action_a = {
		name = CEVTACTA_1002004
		command = { type = alliance which = ENG } # War!
		command = { type = alignment which = democratic value = 10 }
	}
}


###############################
# Germany invades Sweden
###############################

event = { 
	id = 1002005
	random = no
	country = SWE
	
	# Weserubung - Sweden
	
	name = CEVTNAME_1002005
	desc = CEVTDESC_1002005
	style = 0

	# Triggered by Germany 172049

	action_a = {
		name = CEVTACTB_1002002
		command = { type = alliance which = ENG } # War!
		command = { type = alignment which = democratic value = 10 }
	}
	action_B = {
		name = CEVTACTB_1002005
		command = { type = alliance which = GER }
		command = { type = alignment which = fascist value = 10 }
	}
}


###############################
# German coal for Swedish ore
###############################

event = {
	id = 1002006
	random = no
	country = SWE

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_1002006
	desc = CEVTDESC_1002006
	style = 0

	trigger = {
		exists = GER
		control = { province = 681 data = SWE }
		NOT = {
                war = { country = SWE country = GER }
		alliance = { country = SWE country = ENG }
		alliance = { country = SWE country = SOV }
		}
	}

        date = { day = 2 month = june year = 1936 }
        offset = 30
	deathdate = { day = 30 month = december year = 1936 }

	action_a = {
		name = CEVTACTA_1002006
		command = { type = trigger which = 172052 } # German trade event
	}
	action_b = {
		name = CEVTACTB_1002006
		command = { type = sleepevent which = 1002007 }
		command = { type = sleepevent which = 1002008 }
		command = { type = sleepevent which = 1002009 }
		command = { type = sleepevent which = 1002010 }
		command = { type = sleepevent which = 1002011 }
		command = { type = sleepevent which = 1002012 }
		command = { type = sleepevent which = 1002013 }
		command = { type = sleepevent which = 1002014 }
		command = { type = sleepevent which = 1002015 }
		command = { type = sleepevent which = 1002016 }
		command = { type = trigger which = 172052 } # German trade event
	}
}

###############################
# German coal for Swedish ore
###############################

event = {
	id = 1002007
	random = no
	country = SWE

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_1002006
	desc = CEVTDESC_1002006
	style = 0

	trigger = {
		exists = GER
		control = { province = 681 data = SWE }
		NOT = {
                war = { country = SWE country = GER }
		alliance = { country = SWE country = ENG }
		alliance = { country = SWE country = SOV }
		}
	}

        date = { day = 2 month = june year = 1937 }
        offset = 30
	deathdate = { day = 30 month = december year = 1937 }

	action_a = {
		name = CEVTACTA_1002006
		command = { type = trigger which = 172053 } # German trade event
	}
	action_b = {
		name = CEVTACTB_1002006
		command = { type = sleepevent which = 1002008 }
		command = { type = sleepevent which = 1002009 }
		command = { type = sleepevent which = 1002010 }
		command = { type = sleepevent which = 1002011 }
		command = { type = sleepevent which = 1002012 }
		command = { type = sleepevent which = 1002013 }
		command = { type = sleepevent which = 1002014 }
		command = { type = sleepevent which = 1002015 }
		command = { type = sleepevent which = 1002016 }
		command = { type = trigger which = 172053 } # German trade event
	}
}


###############################
# German coal for Swedish ore
###############################

event = {
	id = 1002008
	random = no
	country = SWE

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_1002006
	desc = CEVTDESC_1002006
	style = 0

	trigger = {
		exists = GER
		control = { province = 681 data = SWE }
		NOT = {
                war = { country = SWE country = GER }
		alliance = { country = SWE country = ENG }
		alliance = { country = SWE country = SOV }
		}
	}

        date = { day = 2 month = june year = 1938 }
        offset = 30
	deathdate = { day = 30 month = december year = 1938 }

	action_a = {
		name = CEVTACTA_1002006
		command = { type = trigger which = 172054 } # German trade event
	}
	action_b = {
		name = CEVTACTB_1002006
		command = { type = sleepevent which = 1002009 }
		command = { type = sleepevent which = 1002010 }
		command = { type = sleepevent which = 1002011 }
		command = { type = sleepevent which = 1002012 }
		command = { type = sleepevent which = 1002013 }
		command = { type = sleepevent which = 1002014 }
		command = { type = sleepevent which = 1002015 }
		command = { type = sleepevent which = 1002016 }
		command = { type = trigger which = 172054 } # German trade event
	}
}

###############################
# German coal for Swedish ore
###############################

event = {
	id = 1002009
	random = no
	country = SWE

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_1002006
	desc = CEVTDESC_1002006
	style = 0

	trigger = {
		exists = GER
		control = { province = 681 data = SWE }
		NOT = {
                war = { country = SWE country = GER }
		alliance = { country = SWE country = ENG }
		alliance = { country = SWE country = SOV }
		}
	}

        date = { day = 2 month = june year = 1939 }
        offset = 30
	deathdate = { day = 30 month = december year = 1939 }

	action_a = {
		name = CEVTACTA_1002006
		command = { type = trigger which = 172055 } # German trade event
	}
	action_b = {
		name = CEVTACTB_1002006
		command = { type = sleepevent which = 1002010 }
		command = { type = sleepevent which = 1002011 }
		command = { type = sleepevent which = 1002012 }
		command = { type = sleepevent which = 1002013 }
		command = { type = sleepevent which = 1002014 }
		command = { type = sleepevent which = 1002015 }
		command = { type = sleepevent which = 1002016 }
		command = { type = trigger which = 172055 } # German trade event
	}
}

###############################
# German coal for Swedish ore
###############################

event = {
	id = 1002010
	random = no
	country = SWE

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_1002006
	desc = CEVTDESC_1002006
	style = 0

	trigger = {
		exists = GER
		control = { province = 681 data = SWE }
		NOT = {
                war = { country = SWE country = GER }
		alliance = { country = SWE country = ENG }
		alliance = { country = SWE country = SOV }
		}
	}

        date = { day = 2 month = june year = 1940 }
        offset = 30
	deathdate = { day = 30 month = december year = 1940 }

	action_a = {
		name = CEVTACTA_1002006
		command = { type = trigger which = 172056 } # German trade event
	}
	action_b = {
		name = CEVTACTB_1002006
		command = { type = sleepevent which = 1002011 }
		command = { type = sleepevent which = 1002012 }
		command = { type = sleepevent which = 1002013 }
		command = { type = sleepevent which = 1002014 }
		command = { type = sleepevent which = 1002015 }
		command = { type = sleepevent which = 1002016 }
		command = { type = trigger which = 172056 } # German trade event
	}
}

###############################
# German coal for Swedish ore
###############################

event = {
	id = 1002011
	random = no
	country = SWE

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_1002006
	desc = CEVTDESC_1002006
	style = 0

	trigger = {
		exists = GER
		control = { province = 681 data = SWE }
		NOT = {
                war = { country = SWE country = GER }
		alliance = { country = SWE country = ENG }
		alliance = { country = SWE country = SOV }
		}
	}

        date = { day = 2 month = june year = 1941 }
        offset = 30
	deathdate = { day = 30 month = december year = 1941 }

	action_a = {
		name = CEVTACTA_1002006
		command = { type = trigger which = 172057 } # German trade event
	}
	action_b = {
		name = CEVTACTB_1002006
		command = { type = sleepevent which = 1002012 }
		command = { type = sleepevent which = 1002013 }
		command = { type = sleepevent which = 1002014 }
		command = { type = sleepevent which = 1002015 }
		command = { type = sleepevent which = 1002016 }
		command = { type = trigger which = 172057 } # German trade event
	}
}

###############################
# German coal for Swedish ore
###############################

event = {
	id = 1002012
	random = no
	country = SWE

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_1002006
	desc = CEVTDESC_1002006
	style = 0

	trigger = {
		exists = GER
		control = { province = 681 data = SWE }
		NOT = {
                war = { country = SWE country = GER }
		alliance = { country = SWE country = ENG }
		alliance = { country = SWE country = SOV }
		}
	}

        date = { day = 2 month = june year = 1942 }
        offset = 30
	deathdate = { day = 30 month = december year = 1942 }

	action_a = {
		name = CEVTACTA_1002006
		command = { type = trigger which = 172058 } # German trade event
	}
	action_b = {
		name = CEVTACTB_1002006
		command = { type = sleepevent which = 1002013 }
		command = { type = sleepevent which = 1002014 }
		command = { type = sleepevent which = 1002015 }
		command = { type = sleepevent which = 1002016 }
		command = { type = trigger which = 172058 } # German trade event
	}
}


###############################
# German coal for Swedish ore
###############################

event = {
	id = 1002013
	random = no
	country = SWE

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_1002006
	desc = CEVTDESC_1002006
	style = 0

	trigger = {
		exists = GER
		control = { province = 681 data = SWE }
		NOT = {
                war = { country = SWE country = GER }
		alliance = { country = SWE country = ENG }
		alliance = { country = SWE country = SOV }
		}
	}

        date = { day = 2 month = june year = 1943 }
        offset = 30
	deathdate = { day = 30 month = december year = 1943 }

	action_a = {
		name = CEVTACTA_1002006
		command = { type = trigger which = 172059 } # German trade event
	}
	action_b = {
		name = CEVTACTB_1002006
		command = { type = sleepevent which = 1002014 }
		command = { type = sleepevent which = 1002015 }
		command = { type = sleepevent which = 1002016 }
		command = { type = trigger which = 172059 } # German trade event
	}
}


###############################
# German coal for Swedish ore
###############################

event = {
	id = 1002014
	random = no
	country = SWE

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_1002006
	desc = CEVTDESC_1002006
	style = 0

	trigger = {
		exists = GER
		control = { province = 681 data = SWE }
		NOT = {
                war = { country = SWE country = GER }
		alliance = { country = SWE country = ENG }
		alliance = { country = SWE country = SOV }
		}
	}

        date = { day = 2 month = june year = 1944 }
        offset = 30
	deathdate = { day = 30 month = december year = 1944 }

	action_a = {
		name = CEVTACTA_1002006
		command = { type = trigger which = 172060 } # German trade event
	}
	action_b = {
		name = CEVTACTB_1002006
		command = { type = sleepevent which = 1002015 }
		command = { type = sleepevent which = 1002016 }
		command = { type = trigger which = 172060 } # German trade event
	}
}

###############################
# German coal for Swedish ore
###############################

event = {
	id = 1002015
	random = no
	country = SWE

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_1002006
	desc = CEVTDESC_1002006
	style = 0

	trigger = {
		exists = GER
		control = { province = 681 data = SWE }
		NOT = {
                war = { country = SWE country = GER }
		alliance = { country = SWE country = ENG }
		alliance = { country = SWE country = SOV }
		}
	}

        date = { day = 2 month = june year = 1945 }
        offset = 30
	deathdate = { day = 30 month = december year = 1945 }

	action_a = {
		name = CEVTACTA_1002006
		command = { type = trigger which = 172061 } # German trade event
	}
	action_b = {
		name = CEVTACTB_1002006
		command = { type = sleepevent which = 1002016 }
		command = { type = trigger which = 172061 } # German trade event
	}
}

###############################
# German coal for Swedish ore
###############################

event = {
	id = 1002016
	random = no
	country = SWE

	# German-Swedish Ore/Coal trade
	# Last event in the series

	name = CEVTNAME_1002006
	desc = CEVTDESC_1002006
	style = 0

	trigger = {
		exists = GER
		control = { province = 681 data = SWE }
		NOT = {
                war = { country = SWE country = GER }
		alliance = { country = SWE country = ENG }
		alliance = { country = SWE country = SOV }
		}
	}

        date = { day = 2 month = june year = 1946 }
        offset = 30
	deathdate = { day = 30 month = december year = 1946 }

	action_a = {
		name = CEVTACTA_1002006
		command = { type = trigger which = 172062 } # German trade event
	}
	action_b = {
		name = CEVTACTB_1002006
		command = { type = trigger which = 172062 } # German trade event
	}
}

event = {
	id = 1002017
	random = no
	persistent = yes
	country = SWE

	# German-Swedish Ore/Coal trade

	name = CEVTNAME_1002017
	desc = CEVTDESC_1002017
	style = 0

	# Triggered by German trade events

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = steelpool value = -8000 }
		command = { type = coalpool value = 5000 }
	}
}


###############################
# Engelbrecht Transit
###############################

event = { 
	id = 1002019
	random = no
	country = SWE
	
	# The Engelbrecht Transit
	
	name = CEVTNAME_1002019
	desc = CEVTDESC_1002019
	style = 0

	trigger = {
		random = 20
		war = { country = GER country = SOV }
		control = { province = 680 data = GER }	# Narvik	
		control = { province = 664 data = GER } # Oslo
		alliance = { country = FIN country = GER } # Finland is part of Axis
		NOT = {	
			war = { country = SWE country = GER }       # Sweden at peace with GER
			alliance = { country = SWE country = ENG }  # Sweden not part of Allies
			alliance = { country = SWE country = SOV }  # Sweden not part of Comintern
			alliance = { country = SWE country = GER }  # Sweden not part of Axis
		}
	}

        date = { day = 1 month = january year = 1940 } # Historic date for request 23/6 1941
        offset = 5
	deathdate = { day = 29 month = december year = 1943 }

	action_a = {
		name = CEVTACTA_1002019
		command = { type = alignment which = fascist value = 2 }
		command = { type = dissent value = 1 } # historical choice of finding a balance
	}
	action_b = {
		name = CEVTACTB_1002019
		command = { type = alignment which = democratic value = 5 }
		command = { type = dissent value = 3 } # fear of German attack
	}
	action_c = {
		name = CEVTACTC_1002019
		command = { type = access which = GER } # give MA to Germany
		command = { type = alignment which = fascist value = 5 }
		command = { type = dissent value = 5 } # popular opinion against Axis
	}
}


###############################
# Saltsjbadsavtalet
###############################

event = { 
	id = 1002020
	random = no
	country = SWE
	
	# Saltsjbadsavtalet
	
	name = CEVTNAME_1002020
	desc = CEVTDESC_1002020
	style = 0

	trigger = {
		random = 35
		atwar = no
		}

        date = { day = 25 month = june year = 1938 } # Historic date 1938
        offset = 50
	deathdate = { day = 29 month = december year = 1938 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = industry which = -1 value = 1 }
		command = { type = industry which = -1 value = 1 }
		command = { type = industry which = -1 value = 1 }
		command = { type = industry which = -1 value = 1 }
		command = { type = industry which = -1 value = 1 }
		command = { type = industry which = -1 value = 1 }
		command = { type = alignment which = democratic value = 2 }
		command = { type = dissent value = -3 }
	}
}


########################################################################
# 1002018 - Finnish 20th Anniversary
# by Burris
########################################################################
event = {
id = 1002018 
random = no
country = FIN
trigger = {
	random = 70
	exists = GER
	NOT = {
		war = { country = GER country = FIN }
		}
	}

name = CEVTNAME_1002018
desc = CEVTDESC_1002018
style = 0

date = { day = 1 month = may year = 1937 }
offset = 15
deathdate = { day = 30 month = may year = 1937 }

action_a = {
	name = CEVTACTA_Ok
	command = { type = dissent value = -5 }
	command = { type = alignment which = fascist value = 5 }
	}
}

########################################################
# 1002021 - (DEN) The nazies ask for approval (by Ghost_dk)
########################################################

event = {
	id = 1002021
	random = no
	country = DEN

	trigger = {
		puppet = { country = DEN country = GER }
		war = { country = GER country = SOV }
		}

	name = CEVTNAME_1002021
	desc = CEVTDESC_1002021
	style = 0

	date = { day = 1 month = february year = 1936 }
	offset = 60
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1002021
		command = { type = manpowerpool value = -10 }
		command = { type = dissent value = 4 }
		command = { type = trigger which = 172102 }
		}
	action_b = {
		name = CEVTACTB_1002021
		command = { type = dissent value = -10 }
		}
}

########################################################
# 1002022 - (DEN) Germany pays to expand Aalborg airport (by Ghost_dk)
########################################################
event = {
	id = 1002022
	random = no
	country = DEN

	# triggered by GER 172103

	name = CEVTNAME_1002022
	desc = CEVTDESC_1002022
	style = 0
	
	action_a = {
		name = CEVTACTA_THANKS
		command = { type = infrastructure which = 655 value = 15 } #Aarhus, Denmark
		}
}

###############################################
# 1002023 - (DEN) We need Denmark torpedoboats (by Ghost_dk)
###############################################
event = {
	id = 1002023
	random = no
	country = DEN

	# triggered by GER 172104

	name = CEVTNAME_1002023
	desc = CEVTDESC_1002023
	style = 0

	action_a = {
		name = CEVTACTA_1002023
#		command = {  }  # temporary fix for CTD
		command = { type = sleepleader which = 9517 } # Rechnitzer
		command = { type = sleepminister which = 16009 } # Hjalmar Rechnitzer
		}
}

###############################################
# 1002024 - (DEN) Hold or Fold (by Ghost_dk)
###############################################
event = {
	id = 1002024
	random = no
	country = DEN 

	trigger = {
		event = 172104
		event = 1002023
		}
	name = CEVTNAME_1002024
	desc = CEVTDESC_1002024
	style = 0

	date = { day = 14 month = january year = 1941 }
	offset = 8
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1002024
		command = { type = trigger which = 172105 } # borrow them
		command = { type = dissent value = 2 }
		command = { type = sleepevent which = 172106 } # not borrow them
		}
	action_b = {
		name = CEVTACTB_1002024
		command = { type = trigger which = 172106 } # not borrow them
		command = { type = alignment which = democratic value = 15 }
		command = { type = dissent value = -2 } 
		command = { type = sleepevent which = 172105 } # borrow them
		}
}

###############################################
# 1002025 - (DEN) German soldiers are attacking Holmen (by Ghost_dk)
###############################################
event = {
	id = 1002025
	random = no
	country = DEN

	# triggered by GER 172106
	
	name = CEVTNAME_1002025
	desc = CEVTDESC_1002025
	style = 0

	action_a = {
		name = CEVTACTA_1002025
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = alignment which = democratic value = 15 }
		command = { type = dissent value = 10 } #increased resistance movement/still a puppet
		Command = { type = trigger which = 172107 }
		Command = { type = sleepevent which = 172108 }
		}
	action_b = {
		name = CEVTACTB_1002025
		command = { type = switch_allegiance which = GER value = -1 }
		command = { type = switch_allegiance which = GER value = -1 }
		command = { type = switch_allegiance which = GER value = -1 }
		command = { type = switch_allegiance which = GER value = -1 }
		command = { type = switch_allegiance which = GER value = -1 }
		command = { type = switch_allegiance which = GER value = -1 }
		command = { type = switch_allegiance which = GER value = -1 }
		command = { type = switch_allegiance which = GER value = -1 }
		command = { type = switch_allegiance which = GER value = -1 }
		command = { type = switch_allegiance which = GER value = -1 }
		command = { type = switch_allegiance which = GER value = -1 }
		command = { type = switch_allegiance which = GER value = -1 }
		command = { type = switch_allegiance which = GER value = -1 }
		command = { type = switch_allegiance which = GER value = -1 }
		command = { type = switch_allegiance which = GER value = -1 }
		command = { type = switch_allegiance which = GER value = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = alignment which = fascist value = 15 }
		command = { type = dissent value = 15 } #increased resistance movement/still a puppet
		command = { type = trigger which = 172108 } # they capture the fleet
		command = { type = sleepevent which = 172107 }
		}
}

###############################################
# 1002026 - (DEN) Germany takes control of AA-guns (by Ghost_dk)
###############################################
event = {
	id = 1002026
	random = no
	country = DEN 

	#triggered by GER 172109

	name = CEVTNAME_1002026
	desc = CEVTDESC_1002026
	style = 0

	action_a = {
		name = CEVTACTA_1002026
		command = { type = supplies value = -50 }
		}
}

###############################################
# 1002027 - (DEN) We want control of the Danish Navy (by Ghost_dk)
###############################################
event = {
	id = 1002027
	random = no
	country = DEN

	# triggered by GER 172110 

	name = CEVTNAME_1002027
	desc = CEVTDESC_1002027
	style = 0

	action_a = {
		name = CEVTACTA_1002027
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = alignment which = democratic value = 15 }
		command = { type = supplies value = -250 }
		command = { type = oilpool value = -100 }
		}		
}

###############################################
# 1002028 - (DEN) Danish Neutrality Agreement (by Ghost_dk)
###############################################

event = {
	id = 1002028
	random = no
	country = DEN

	trigger = {
		event = 172050
		puppet = { country = DEN country = GER }
		}
	name = CEVTNAME_1002028
	desc = CEVTDESC_1002028
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = alignment which = democratic value = 100 }
		command = { type = headofstate which = 16001 } # Christian X
		command = { type = headofgovernment which = 16002 }
		command = { type = foreignminister which = 16037 } # Axel Christian Hartel ?
		command = { type = armamentminister which = 16004 }
		command = { type = ministerofsecurity which = 16005 }
		command = { type = ministerofintelligence which = 16006 }
		command = { type = chiefofstaff which = 16007 }
		command = { type = chiefofarmy which = 16008 }
		command = { type = chiefofnavy which = 16009 }
		command = { type = chiefofair which = 16010 } # Under Army Command
		command = { type = delete_unit which = -1 } # to prevent exp. forces
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = delete_unit which = -1 }
		command = { type = manpowerpool value = -5000 } # this and the following commands prevent new exp. forces
		command = { type = province_manpower which = 594 value = -10 } # Copenhagen
		command = { type = province_manpower which = 595 value = -4 } # Kolding
		command = { type = province_manpower which = 596 value = -2 } # Odense
		command = { type = province_manpower which = 655 value = -5 } # Aarhus
#		command = { type = leave_alliance }
		}
}

###############################################
# 1002029 - (DEN) The King rides through Copenhagen (by Ghost_dk)
###############################################

event = {
	id = 1002029
	random = no
	country = DEN

	trigger = {
		random = 20
		event = 172050
		puppet = { country = DEN country = GER }
		}
	name = CEVTNAME_1002029
	desc = CEVTDESC_1002029
	style = 0

	date = { day = 1 month = january year = 1940 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1002029
		command = { type = dissent value = 2 }
		command = { type = alignment which = democratic value = 5 }
	}
}

###############################################
# 1002030 - (DEN) Germans install facist government (by Ghost_dk)
###############################################

Event = {
	id = 1002030
	random = no
	country = DEN

	# triggered by GER 172115 

	name = CEVTNAME_1002030
	desc = CEVTDESC_1002030
	style = 0

	action_a = {
		name = CEVTACTA_1002030
		command = { type = dissent value = 10 }
		command = { type = alignment which = fascist value = 150 }
		command = { type = alliance which = GER }
		}
}

#####################################
# (FIN)Finnish deny responsibility (by ghost_dk)
#####################################

event = {
	id = 1002034
	random = no
	country = FIN

	# triggered by SOV 222040

	name = CEVTNAME_1002034
	desc = CEVTDESC_1002034
	style = 0

	action_a = {
		name = CEVTACTA_1002034
		command = { type = influence value = -1 }
		command = { type = trigger which = 3200 }
		}
}
#################################
# Finish War children to Sweden(FIN) (by ghost_dk)
#################################

event = {
	id = 1002035
	random = no
	country = FIN 

	trigger = {
		random = 15
		event = 2621 # Finish Winter war
		war = { country = FIN country = SOV }
		NOT = {
			event = 2628
			}
		}
	name = CEVTNAME_1002035
	desc = CEVTDESC_1002035

	date = { day = 1 month = january year = 1936 }
	offset = 15
	deathdate = { day = 30 month = december year = 1948 }

	action_a = {
		name = CEVTACTA_1002035
		command = { type = dissent value = -1 }
		command = { type = manpowerpool value = 30 }
		command = { type = trigger which = 1002036 } # swedish event
		}
}
#################################
# Finish War children to Sweden(SWE) (by ghost_dk)
#################################

event = {
	id = 1002036
	random = no
	country = SWE

	# triggered by FIN 1002035

	
	name = CEVTNAME_1002035
	desc = CEVTDESC_1002036

	action_a = {
		name = CEVTACTA_1002036
		command = { }
		}
}
#################################
# Evacuation of lost territories(FIN) (by ghost_dk)
#################################

event = { 
	id = 1002037
	random = no 
	country = FIN

	# triggered by 2622

	name = CEVTNAME_1002037
	desc = CEVTDESC_1002037
	style = 0

	action_a = {
		name = CEVTACTA_1002037
		command = { type = province_manpower which = 787 value = -1 }
		command = { type = province_manpower which = 706 value = 1 }
		}
}
################################
# Finnish Lotta Organization 1936(FIN) (by ghost_dk)
################################

event = {
	id = 1002038
	random = no
	country = FIN

	trigger = {
		NOT = {
		puppet = { country = FIN country = SOV }
			}
		}
	name = CEVTNAME_1002038
	desc = CEVTDESC_1002038
	style = 0

	date = { day = 1 month = february year = 1936 }
	offset = 30
	deathdate = { day = 1 month = january year = 1937 }

	action_a = {
		name = CEVTACTA_1002038
		command = { type = manpowerpool value = 10 }
		}
}
################################
# Finnish Lotta Organization 1937(FIN) (by ghost_dk)
################################

event = {
	id = 1002039
	random = no
	country = FIN

	trigger = {
		NOT = {
		puppet = { country = FIN country = SOV }
			}
		}
	name = CEVTNAME_1002038
	desc = CEVTDESC_1002038
	style = 0

	date = { day = 1 month = february year = 1937 }
	offset = 30
	deathdate = { day = 1 month = january year = 1938 }

	action_a = {
		name = CEVTACTA_1002038
		command = { type = manpowerpool value = 10 }
		}
}
################################
# Finnish Lotta Organization 1938(FIN) (by ghost_dk)
################################

event = {
	id = 1002040
	random = no
	country = FIN

	trigger = {
		NOT = {
		puppet = { country = FIN country = SOV }
			}
		}
	name = CEVTNAME_1002038
	desc = CEVTDESC_1002038
	style = 0

	date = { day = 1 month = february year = 1938 }
	offset = 30
	deathdate = { day = 1 month = january year = 1939 }

	action_a = {
		name = CEVTACTA_1002038
		command = { type = manpowerpool value = 10 }
		}
}
################################
# Finnish Lotta Organization 1939(FIN) (by ghost_dk)
################################

event = {
	id = 1002041
	random = no
	country = FIN

	trigger = {
		NOT = {
		puppet = { country = FIN country = SOV }
			}
		}
	name = CEVTNAME_1002038
	desc = CEVTDESC_1002038
	style = 0

	date = { day = 1 month = february year = 1939 }
	offset = 30
	deathdate = { day = 1 month = january year = 1940 }

	action_a = {
		name = CEVTACTA_1002038
		command = { type = manpowerpool value = 30 }
		}
}
################################
# Finnish Lotta Organization 1940(FIN) (by ghost_dk)
################################

event = {
	id = 1002042
	random = no
	country = FIN

	trigger = {
		NOT = {
		puppet = { country = FIN country = SOV }
			}
		}
	name = CEVTNAME_1002038
	desc = CEVTDESC_1002038
	style = 0

	date = { day = 1 month = february year = 1940 }
	offset = 30
	deathdate = { day = 1 month = january year = 1941 }

	action_a = {
		name = CEVTACTA_1002038
		command = { type = manpowerpool value = 15 }
		}
}
################################
# Finnish Lotta Organization 1941(FIN) (by ghost_dk)
################################

event = {
	id = 1002043
	random = no
	country = FIN

	trigger = {
		NOT = {
		puppet = { country = FIN country = SOV }
			}
		}
	name = CEVTNAME_1002038
	desc = CEVTDESC_1002038
	style = 0

	date = { day = 1 month = february year = 1941 }
	offset = 30
	deathdate = { day = 1 month = january year = 1942 }

	action_a = {
		name = CEVTACTA_1002038
		command = { type = manpowerpool value = 15 }
		}
}
################################
# Finnish Lotta Organization 1942(FIN) (by ghost_dk)
################################

event = {
	id = 1002044
	random = no
	country = FIN

	trigger = {
		NOT = {
		puppet = { country = FIN country = SOV }
			}
		}
	name = CEVTNAME_1002038
	desc = CEVTDESC_1002038
	style = 0

	date = { day = 1 month = february year = 1942 }
	offset = 30
	deathdate = { day = 1 month = january year = 1943 }

	action_a = {
		name = CEVTACTA_1002038
		command = { type = manpowerpool value = 15 }
		}
}
################################
# Finnish Lotta Organization 1943(FIN) (by ghost_dk)
################################

event = {
	id = 1002045
	random = no
	country = FIN

	trigger = {
		NOT = {
		puppet = { country = FIN country = SOV }
			}
		}
	name = CEVTNAME_1002038
	desc = CEVTDESC_1002038
	style = 0

	date = { day = 1 month = february year = 1943 }
	offset = 30
	deathdate = { day = 1 month = january year = 1944 }

	action_a = {
		name = CEVTACTA_1002038
		command = { type = manpowerpool value = 15 }
		}
}
################################
# Finnish Lotta Organization 1944(FIN) (by ghost_dk)
################################

event = {
	id = 1002046
	random = no
	country = FIN

	trigger = {
		NOT = {
		puppet = { country = FIN country = SOV }
			}
		}
	name = CEVTNAME_1002038
	desc = CEVTDESC_1002038
	style = 0

	date = { day = 1 month = february year = 1944 }
	offset = 30
	deathdate = { day = 1 month = january year = 1945 }

	action_a = {
		name = CEVTACTA_1002038
		command = { type = manpowerpool value = 15 }
		}
}
##############################################
#  Finland Captures Soviet Equipment(FIN) (by ghost_dk)
##############################################

event = { 
	id = 1002047
	random = no
	persistent = no
	country = FIN
	
	# Scavenged equipment and supplies
	
	name = CEVTNAME_1002047
	desc = CEVTDESC_1002047
	style = 0

	trigger = {
		random = 1
		war = { country = FIN country = SOV }
	}

	date = { day = 1 month = july year = 1939 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = steal_tech which = SOV } 
		command = { type = supplies value = 1000 } 
		command = { type = dissent value = -1 }
	}
}
##############################################
#  Finland Captures Soviet Equipment(FIN) (by ghost_dk)
##############################################

event = { 
	id = 1002048
	random = no
	persistent = no
	country = FIN
	
	# Scavenged equipment and supplies
	
	name = CEVTNAME_1002047
	desc = CEVTDESC_1002047
	style = 0

	trigger = {
		random = 1
		war = { country = FIN country = SOV }
	}

	date = { day = 1 month = july year = 1939 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = steal_tech which = SOV } 
		command = { type = supplies value = 1000 } 
		command = { type = dissent value = -1 }
	}
}
##############################################
#  Finland Captures Soviet Equipment(FIN) (by ghost_dk)
##############################################

event = { 
	id = 1002049
	random = no
	persistent = no
	country = FIN

	# Scavenged equipment and supplies
	
	name = CEVTNAME_1002047
	desc = CEVTDESC_1002047
	style = 0

	trigger = {
		random = 1
		war = { country = FIN country = SOV }
	}

	date = { day = 1 month = july year = 1939 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = steal_tech which = SOV } 
		command = { type = supplies value = 1000 } 
		command = { type = dissent value = -1 }
	}
}

##############################################
#  Finland Captures Soviet Equipment(FIN) (by ghost_dk)
##############################################

event = { 
	id = 1002050
	random = no
	persistent = no
	country = FIN

	# Scavenged equipment and supplies
	
	name = CEVTNAME_1002047
	desc = CEVTDESC_1002050
	style = 0

	trigger = {
		random = 1
		war = { country = FIN country = SOV }
	}

	date = { day = 1 month = july year = 1939 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = steal_tech which = SOV } 
		command = { type = supplies value = 1000 } 
		command = { type = dissent value = -1 }
		command = { type = add_division which = motorized }
	}
}
##############################################
#  Finland Captures Soviet Equipment(FIN) (by ghost_dk)
##############################################

event = { 
	id = 1002051
	random = no
	persistent = no
	country = FIN
	
	# Scavenged equipment and supplies
	
	name = CEVTNAME_1002047
	desc = CEVTDESC_1002050
	style = 0

	trigger = {
		random = 1
		war = { country = FIN country = SOV }
	}

	date = { day = 1 month = july year = 1939 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = steal_tech which = SOV } 
		command = { type = supplies value = 1000 } 
		command = { type = dissent value = -1 }
		command = { type = add_division which = motorized }
	}
}
########################################## 
# Hitler Vistist Mannerheim(FIN) (by ghost_dk)
##########################################

event = {
	id = 1002052
	random = no
	country = FIN

	# triggered by GER 172119

	name = CEVTNAME_1002052
	desc = CEVTDESC_1002052
	style = 0

	action_a = {
		name = CEVTACTA_1002052
		command = { type = trigger which = 172126 }
		}
	action_b = {
		name = CEVTACTB_1002052
		command = { type = trigger which = 172127 }
		command = { type = alliance which = GER }
		command = { type = alignment which = fascist value = 50 }
		}
}
#####################################
# (FIN)Ryti Ribbentrop proposal (by ghost_dk)
#####################################

event = {
	id = 1002053
	random = no
	country = FIN

	# triggered by GER 172120

	name = CEVTNAME_1002053
	desc = CEVTDESC_1002053
	style = 0

	action_a = {
		name = CEVTACTA_1002053
		command = { type = supplies value = 1500 }
		command = { type = influence value = -5 }
		command = { type = trigger which = 172121 }
		command = { type = sleepevent which = 172122 }
		}
	action_b = {
		name = CEVTACTB_1002053
		command = { type = peace which = SOV value = 1 }
		command = { type = influence value = -3 }
		command = { type = trigger which = 172122 }
		command = { type = sleepevent which = 172121 }
		}
}
########################################
# Finland Requests loans from the USA(FIN) (by ghost_dk)
########################################

event = {
	id = 1002054
	random = no
	country = FIN

	trigger = {
		random = 20
		war = { country = FIN country = SOV }
		NOT = {
			event = 2628
			alliance = { country = GER country = FIN }
			}
		}
	name = CEVTNAME_1002054
	desc = CEVTDESC_1002054
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1002054
		command = { type = influence value = -1 }
		command = { type = trigger which = 322052 }
		}
}
######################################
# US Denies requested loan(FIN) (by ghost_dk)
######################################

event = {
	id = 1002055
	random = no
	country = FIN

	# triggered by USA 322052

	name = CEVTNAME_1002055
	desc = CEVTDESC_1002055
	style = 0

	action_a = {
		name = CEVTACTA_1002055
		command = { type = dissent value = 1 }
		command = { type = alignment which = fascist value = 5 }
		}
}
#######################################
# US grants loan(FIN) (by ghost_dk)
#######################################

event = {
	id = 1002056
	random = no
	country = FIN

	# triggered by USA 322052

	name = CEVTNAME_1002056
	desc = CEVTDESC_1002056
	style = 0

	action_a = {
		name = CEVTACTA_1002056
		command = { type = supplies value = 500 }
		command = { type = add_division which = infantry }
		command = { type = alignment which = democratic value = 10 }
		}
}
########################################
# Purchase US Fighter planes[FIN) (by ghost_dk)
########################################

event = {
	id = 1002057
	random = no
	country = FIN

	trigger = {
		random = 20
		war = { country = FIN country = SOV }
		NOT = {
			event = 2628
			alliance = { country = FIN country = GER }
			}
		}
	name = CEVTNAME_1002057
	desc = CEVTDESC_1002057
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1002057
		command = { type = add_division which = fighter }
		}
}
##########################################
# F. E. Sillanp recieves Nobel Prize for literature(FIN) (by ghost_dk)
##########################################

event = { 
	id = 1002058
	random = no
	country = FIN

	trigger = {
		war = { country = SOV country = FIN }
		exists = FIN
		NOT = { 
			event = 2628
			}
		}
	name = CEVTNAME_1002058
	desc = CEVTDESC_1002058
	style = 0

	date = { day = 14 month = december year = 1939 }
	offset = 1
	deathdate = { day = 16 month = december year = 1939 }

	action_a = {
		name = CEVTACTA_GREAT
		command = { }
		}
}
##########################################
# Finland pays/cant pay WWI war debts(FIN) (by ghost_dk)
###########################################

event = {
	id = 1002059
	random = no
	country = FIN

	trigger = { 
		exists = FIN
		war = { country = FIN country = SOV }
		NOT = { 
			event = 2628
			alliance = { country = SOV country = USA }
			}
		}
	name = CEVTNAME_1002059
	desc = CEVTDESC_1002059
	style = 0

	date = { day = 15 month = december year = 1939 }
	offset = 5
	deathdate = { day = 30 month = december year = 1939 }

	action_a = {
		name = CEVTACTA_1002059
		command = { type = supplies value = -1000 }
		command = { type = influence value = 5 }
		}
	action_b = {
		name = CEVTACTB_1002059
		command = { type = influence value = -3 }
		}
}
##########################################
# Request help from France and UK(FIN) (by ghost_dk)
#########################################

event = {
	id = 1002060
	random = no
	country = FIN

	trigger = {
		war = { country = FIN country = SOV }
		NOt = {
			event = 2628
			alliance = { country = FIN country = GER }
			alliance = { country = ENG country = SOV }
			}
		}
	name = CEVTNAME_1002060
	desc = CEVTDESC_1002060
	Style = 0

	action_a = {
		name = CEVTACTA_1002060
		command = { type = influence value = -2 }
		command = { type = trigger which = 432042 }
		command = { type = trigger which = 272086 }
		}
	action_b = {
		name = CEVTACTB_1002060
		command = { type = sleepevent which = 432042 }
		command = { type = sleepevent which = 272086 }
		command = { type = sleepevent which = 1002061 }
		command = { type = sleepevent which = 1002062 }
		command = { type = sleepevent which = 1002063 }
		command = { type = sleepevent which = 1002064 }
		}
}

#########################################
# request denied /France(FIN) (by ghost_dk)
#########################################

event = { 
	id = 1002061
	random = no
	country = FIN

	# triggered by FRA 432042

	name = CEVTNAME_1002061
	desc = CEVTDESC_1002061
	Style = 0

	action_a = {
		name = CEVTACTA_OK
		command = { type = sleepevent which = 1002063 }
		}
}
#########################################
# request denied /UK(FIN) (by ghost_dk)
#########################################

event = { 
	id = 1002062
	random = no
	country = FIN

	# triggered by ENG 272086

	name = CEVTNAME_1002062
	desc = CEVTDESC_1002062
	Style = 0

	action_a = {
		name = CEVTACTA_OK
		command = { type = sleepevent which = 1002064 }
		}
}
########################################
# Request Granted/France(FIN) (by ghost_dk)
########################################

event = {
	id = 1002063
	random = no
	country = FIN

	# triggered by FRA 432042

	name = CEVTNAME_1002063
	desc = CEVTDESC_1002063
	Style = 0

	action_a = { 
		name = CEVTACTA_GREAT
		command = { type = supplies value = 2000 }
		command = { type = gain_tech which = 14009 } 
		command = { type = sleepevent which = 1002061 }
		}
}
#######################################
# Request Granted/UK(FIN) (by ghost_dk)
#######################################

event = {
	id = 1002064
	random = no
	country = FIN

	# triggered by ENG 272086

	name = CEVTNAME_1002064
	desc = CEVTDESC_1002064
	Style = 0

	action_a = { 
		name = CEVTACTA_GREAT
		command = { type = supplies value = 2000 }
		command = { type = gain_tech which = 12003 } 
		command = { type = sleepevent which = 1002062 }
		}
}
#######################################
# (FIN)Ambulance and staff arrives from Sweden (by ghost_dk)
#######################################

event = { 
	id = 1002065
	random = no
	country = FIN

	# triggered by SWE 1002116

	name = CEVTNAME_1002065
	desc = CEVTDESC_1002065
	style = 0

	action_a = {
		name = CEVTACTA_THANKS
		command = { type = gain_tech which = 1303 }
		command = { type = supplies value = 200 }
		}
}
#######################################
# (FIN)Argentina Promises aid (by ghost_dk)
#######################################

event = {
	id = 1002066
	random = no
	country = FIN

	# triggered by ARG 1052028

	name = CEVTNAME_1002066
	desc = CEVTDESC_1002066
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = dissent value = -1 }
		}
}
#######################################
# (FIN)Ecuador Promises aid (by ghost_dk)
#######################################

event = {
	id = 1002067
	random = no
	country = FIN

	# triggered by ECU 1052030

	name = CEVTNAME_1002067
	desc = CEVTDESC_1002066
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = dissent value = -1 }
		}
}


#######################################
# (FIN)Haiti Promises aid (by ghost_dk)
#######################################

event = {
	id = 1002068
	random = no
	country = FIN

	# triggered by HAI 602018

	name = CEVTNAME_1002068
	desc = CEVTDESC_1002066
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = dissent value = -1 }
		}
}
#######################################
# (FIN)Bolivia Promises aid (by ghost_dk)
#######################################

event = {
	id = 1002069
	random = no
	country = FIN

	# triggered by BOL 1052025

	name = CEVTNAME_1002069
	desc = CEVTDESC_1002066
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = dissent value = -1 }
		}
}
#######################################
# (FIN)Venezuela Promises aid (by ghost_dk)
#######################################

event = {
	id = 1002070
	random = no
	country = FIN

	# triggered by VEN 1052031

	name = CEVTNAME_1002070
	desc = CEVTDESC_1002066
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = dissent value = -1 }
		}
}
#######################################
# (FIN)Mexico Promises aid (by ghost_dk)
#######################################

event = {
	id = 1002071
	random = no
	country = FIN

	# triggered by MEX 602019

	name = CEVTNAME_1002071
	desc = CEVTDESC_1002066
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = dissent value = -1 }
		}
}
#######################################
# (SWE)Private collections for Finland (by Ghost_dk)
#######################################

event = {
	id = 1002072
	random = no
	country = SWE

	trigger = {
		random = 15
		atwar = no
		event = 2621
		war = { country = FIN country = SOV }
		NOT = { 
			event = 2628
			alliance = { country = SWE country = SOV }
			}
		}

	name = CEVTNAME_1002072
	desc = CEVTDESC_1002072
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1002072
		command = { type = trigger which = 1002073 }
		}
}


#######################################
# (FIN)private collections from sweden arrive(FIN)  (by ghost_dk)
#######################################

event = {
	id = 1002073
	random = no
	country = FIN

	# triggered by SWE 1002072

	name = CEVTNAME_1002073
	desc = CEVTDESC_1002073
	style = 0

	action_a = {
		name = CEVTACTA_1002073
		command = { type = supplies value = 2000 }
		}
	action_b = {
		name = CEVTACTB_1002073
		command = { type = supplies value = 500 }
		command = { type = add_division which = infantry }
		}
	action_c = {
		name = CEVTACTC_1002073
		command = { type = add_division which = infantry value = 1 }
		}
}
############################################
# (NOR) The backpack collection (by Ghost_dk)
############################################

event = {
	id = 1002074
	random = no
	country = NOR

	trigger = {
		random = 20 
		atwar = no
		event = 2621
		war = { country = SOV country = FIN }
		NOT = {
			event = 2628
			alliance = { country = NOR country = SOV }
			}
		}
	name = CEVTNAME_1002074
	desc = CEVTDESC_1002074
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1002074
		command = { type = trigger which = 1002075 }
		}
	action_b = {
		name = CEVTACTB_1002074
		command = { type = influence value = -1 }
		command = { type = sleepevent which = 1002075 }
		}
}
#######################################
# (FIN)Recieve food and clothes from Norway (by ghost_dk)
#######################################

event = { 
	id = 1002075
	random = no
	country = FIN

	# triggered by NOR 1002074

	name = CEVTNAME_1002074
	desc = CEVTDESC_1002075
	style = 0

	action_a = { 
		name = CEVTACTA_THANKS
		command = { type = dissent value = -1 }
		command = { type = supplies value = 200 }
		}
}
#######################################
# (FIN)Danish trucks to Finland (by ghost_dk)
#######################################

event = { 
	id = 1002076
	random = no
	country = FIN

	trigger = {
		random = 15 
		event = 2621
		exists = DEN
		atwar = no
		war = { country = SOV country = FIN }
		NOT = {
			event = 2628
			alliance = { country = DEN country = SOV }
			}
		}
	name = CEVTNAME_1002076
	desc = CEVTDESC_1002076
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_THANKS
		command = { type = supplies value = 50 }
		}
}


########################################
# (SWE)USSR protests (by Ghost_dk)
########################################

event = {
	id = 1002077
	random = no
	country = SWE

	# triggered by SOV 322042

	name = CEVTNAME_1002077
	desc = CEVTDESC_1002077
	style = 0

	action_a = {
		name = CEVTACTA_1002077
		command = { type = influence value = -1 }
		}
}
########################################
# (NOR)USSR protests (by Ghost_dk)
########################################

event = {
	id = 1002078
	random = no
	country = NOR

	# triggered by SOV 222042

	name = CEVTNAME_1002077
	desc = CEVTDESC_1002078
	style = 0

	action_a = {
		name = CEVTACTA_1002078
		command = { type = influence value = -1 }
		}
}
#######################################
# (FIN)US sends money (by ghost_dk)
#######################################

event = {
	id = 1002079 
	random = no
	country = FIN

	# triggered by USA 322054

	name = CEVTNAME_1002079
	desc = CEVTDESC_1002079
	style = 0

	action_a = {
		name = CEVTACTA_1002079
		command = { type = dissent value = -2 }
		}
}

###################################
# (SWE)Protest against Sinking of Fenris (by Ghost_dk)
###################################

event = {
	id = 1002080
	random = no
	country = SWE

	trigger = {
		random = 20
		event = 1002036
		war = { country = SOV country = FIN }
		NOT = {
			event = 2631
			war = { country = SOV country = SWE }
			}
		}
	name = CEVTNAME_1002080
	desc = CEVTDESC_1002080
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1002080
		command = { type = influence value = -1 }
		command = { type = trigger which = 222043 }
		}
}
#######################################
# (FIN)Recieve Grain from Argentina (by ghost_dk)
#######################################

event = {
	id = 1002081
	random = no
	country = FIN

	# triggered by ARG 1052029

	name = CEVTNAME_1002081
	desc = CEVTDESC_1002081
	style = 0

	action_a = {
		name = CEVTACTA_THANKS
		command = { type = supplies value = 200 }
		}
}
#####################################
# (FIN)Italy sends supplies (by ghost_dk)
#####################################

event = { 
	id = 1002082
	random = no
	country = FIN

	# triggered by GER 172125

	name = CEVTNAME_1002082
	desc = CEVTDESC_1002082
	style = 0

	action_a = { 
		name = CEVTACTA_THANKS
		command = { type = supplies value = 200 }
		}
}


########################################
# (FIN)Brazilian coffee arrives (by ghost_dk)
########################################

event = { 
	id = 1002083
	random = no
	country = FIN

	# triggered by BRA 1052033

	name = CEVTNAME_1002083
	desc = CEVTDESC_1002083
	style = 0

	action_a = {
		name = CEVTACTA_THANKS
		command = { type = supplies value = 200 }
		}
}
###################################
# (SWE)Soviets bomb Gulf of Bothnia (by Ghost_dk)
###################################

event = {
	id = 1002084
	random = no
	country = SWE

	# triggered by SOV 222044

	name = CEVTNAME_1002084
	desc = CEVTDESC_1002084
	style = 0

	action_a = {
		name = CEVTACTA_1002084
		command = { type = influence value = -1 }
		command = { type = trigger which = 222045 }
		}
}
########################################
# (FIN)aid from Swedish industry and business (by ghost_dk)
########################################

event = {
	id = 1002085
	random = no
	persistent = no
	country = FIN

	trigger = { 
		event = 2621
		war = { country = SOV country = FIN }
		atwar = no
		NOT = {
			OR = {
			event = 2631
			event = 2628
				}
			alliance = { country = SWE country = SOV }
			}
		}
	name = CEVTNAME_1002085
	desc = CEVTDESC_1002085
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_THANKS
		command = { type = supplies value = 400 }
		command = { type = industry which = 706 value = 2 }
		}
}
########################################
# (FIN)Accept foreigners in the army (by ghost_dk)
########################################

event = {
	id = 1002086
	random = no
	country = FIN

	trigger = {
		random = 15
		event = 2621
		war = { country = FIN country = SOV }
		NOT = {
			event = 2628
			}
		}
	name = CEVTNAME_1002086
	desc = CEVTDESC_1002086
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1002086
		command = { }
		}
}
########################################
# (FIN)British collection money arrive (by ghost_dk)
########################################

event = {
	id = 1002087
	random = no
	country = FIN

	# triggered by ENG 272087

	name = CEVTNAME_1002087
	desc = CEVTDESC_1002087
	style = 0

	action_a = {
		name = CEVTACTA_THANKS
		command = { type = supplies value = 500 }
		}
}
#####################################
# (FIN)South Africa sends wine and liquor (by ghost_dk)
#####################################

event = {
	id = 1002088
	random = no
	country = FIN

	# triggered by SAF 372015

	name = CEVTNAME_1002088
	desc = CEVTDESC_1002088
	style = 0

	action_a = {
		name = CEVTACTA_THANKS
		command = { type = supplies value = 50 }
		}
}

######################################
# (FIN)Foreign labout camp established (by ghost_dk)
######################################

event = {
	id = 1002089
	random = no
	country = FIN

	# triggered by DEN 1002090

	name = CEVTNAME_1002089
	desc = CEVTDESC_1002089
	style = 0

	action_a = {
		name = CEVTACTA_THANKS
		command = { }
		}
}
########################################
# (DEN)Foreign labour camp established (by Ghost_dk)
########################################

event = {
	id = 1002090
	random = no
	country = DEN

	trigger = { 
		random = 20
		atwar = no
		event = 2621
		war = { country = SOV country = FIN }
		NOT = {
			event = 2628
			puppet = { country = DEN country = GER }
			alliance = { country = DEN country = GER }
			}
		}
	name = CEVTNAME_1002090
	desc = CEVTDESC_1002090
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 20
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1002090
		command = { type = trigger which = 1002089 }
		command = { type = influence value = 2 }
		}
	action_b = {
		name = CEVTACTB_1002090
		command = { type = sleepevent which = 1002091 }
		command = { type = sleepevent which = 1002089 }
		command = { type = sleepevent which = 1002092 }
		command = { type = influence value = -2 }
		}
}
##################################
# (DEN)workers sign up for Finland (by Ghost_dk)
##################################

event = {
	id = 1002091
	random = no
	country = DEN

	trigger = { 
		random = 20
		atwar = no
		event = 1002090
		war = { country = FIN country = SOV }
		NOT = {
			event = 2628
			alliance = { country = DEN country = GER }
			puppet = { country = DEN country = GER }
			}
		}
	name = CEVTNAME_1002091
	desc = CEVTDESC_1002091
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1002091
		command = { type = manpowerpool value = -10 }
		command = { type = trigger which = 1002092 }
		}
}
#######################################
# (FIN)Foreigh workers arrive  (by ghost_dk)
#######################################

event = {
	id = 1002092
	random = no
	country = FIN

	# triggered by DEN 1002091

	name = CEVTNAME_1002092
	desc = CEVTDESC_1002092
	style = 0

	action_a = { 
		name = CEVTACTA_1002092
		command = { type = manpowerpool value = 15 }
		}
}
########################################
# (FIN)Request swedish units (by ghost_dk)
########################################

event = {
	id = 1002093
	random= no
	country = FIN 

	trigger = { 
		random = 20
		event = 2621
		event = 222044
		war = { country = SOV country = FIN }
		NOT = {
			event = 2628
			event = 1002108
			atwar = SWE
			}
		}

	name = CEVTNAME_1002093
	desc = CEVTDESC_1002093
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
		name = CEVTACTA_1002093
		command = { type = influence value = -1 }
		command = { type = trigger which = 1002117 }
		}
}
######################################
# (FIN)request denied (by ghost_dk)
######################################

event = {
	id = 1002094
	random = no
	country = FIN

	# triggered by SWE 1002117

	name = CEVTNAME_1002094
	desc = CEVTDESC_1002094
	style = 0

	action_a = {
		name = CEVTACTA_OK
		command = { type = sleepevent which = 1002095 }
		}
}
#######################################
# (FIN)Recieve units (by ghost_dk)
#######################################

event = {
	id = 1002095
	random= no
	country = FIN

	# triggered by SWE 1002117

	name = CEVTNAME_1002095
	desc = CEVTDESC_1002095
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = sleepevent which = 1002094 }
		}
}
########################################
# (FIN)Britain sens guns and ammunition (by ghost_dk)
########################################

event = {
	id = 1002096
	random = no
	country = FIN

	# triggered by ENG 272088

	name = CEVTNAME_1002096
	desc = CEVTDESC_1002096
	style = 0

	action_a = { 
		name = CEVTACTA_THANKS
		command = { type = supplies value = 400 }
		}
}
########################################
# (FIN)Foreign Volunters arrive (by ghost_dk)
########################################

event = {
	id = 1002097
	random = no
	country = FIN

	trigger = {
		random = 20
		event = 2621
		event = 1002086
		war = { country = SOV country = FIN }
		NOT = {
			event = 2628
			atwar = SWE
			}
		}
	name = CEVTNAME_1002097
	desc = CEVTDESC_1002097
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
		name = CEVTACTA_1002097
		command = { type = add_division which = infantry }
		}
}
###################################
# (SWE)Soviet bombs on Pajala (by Ghost_dk)
###################################

event = {
	id = 1002098
	random = no
	country = SWE

	# triggered by SOV 222046

	name = CEVTNAME_1002098
	desc = CEVTDESC_1002098
	style = 0

	action_a = {
		name = CEVTACTA_1002098
		command = { type = influence value = -1 }
		command = { type = trigger which = 222047 }
		}
	action_a = {
		name = CEVTACTB_1002098
		command = { type = warentry value = 100 }
		command = { type = war which = SOV }
		command = { type = access which = FIN }
		command = { type = trigger which = 3202 } # FIN 
		}
}
###################################
# (FIN)TASS denies bombings (by Ghost_dk)
###################################

event = {
	id = 1002099
	random = no
	country = FIN

	# triggered by SOV 222048

	name = CEVTNAME_1002099
	desc = CEVTDESC_1002099
	style = 0

	action_a = { 
		name = CEVTACTA_1002099
		command = { type = trigger which = 222047 }
		}
}
###################################
# (FIN)Scandinavian policy on military aid to Finland (by ghost_dk)
###################################

event = { 
	id = 1002100
	random = no
	country = FIN

	# triggered by DEN 1002115

	name = CEVTNAME_1002100
	desc = CEVTDESC_1002100
	style = 0

	action_a = { 
		name = CEVTACTA_OK
		command = { }
		}
}
####################################
# (FIN)Suggest Swedish -Finnish Defense treaty (by ghost_dk)
####################################

event = {
	id = 1002101
	random = no
	country = FIN

	trigger = { 
		event = 2621
		war = { country = FIN country = SOV }
		control = { province = 787 data = SOV }
		control = { province = 803 data = SOV }
		control = { province = 821 data = SOV }
		NOT = { 
			event = 2628
			alliance = { country = GER country = FIN }
			atwar = SWE
			}
		}
	name = CEVTNAME_1002101
	desc = CEVTDESC_1002101
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
		name = CEVTACTA_1002101
		command = { type = trigger which = 1002110 }
		command = { type = influence value = -3 }
		}
}
###################################
# (FIN)Sweden agrees (by ghost_dk)
###################################

event = {
	id = 1002102
	random = no
	country = FIN

	# triggered by SWE 1002110

	name = CEVTNAME_1002102
	desc = CEVTDESC_1002102
	style = 0

	action_a = { 
		name = CEVTACTA_GREAT
		command = { type = access which = SWE }
		}
}
###################################
# (FIN)Sweden wont (by ghost_dk)
###################################

event = {
	id = 1002103
	random = no
	country = FIN

	# triggered by SWE 1002110

	name = CEVTNAME_1002103
	desc = CEVTDESC_1002103
	style = 0

	action_a = {
		name = CEVTACTA_1002103
		command = { }
		}
}
##################################
# (FIN)Swedish protest to league of nations (by ghost_dk)
##################################

event = {
	id = 1002104
	random = no
	country = FIN

	trigger = { 
		event = 2621
		war = { country = FIN country = SOV }
		NOT = {
			event = 2628
			}
		}
	
	name = CEVTNAME_1002104
	desc = CEVTDESC_1002104
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
		name = CEVTACTA_1002104
		command = { type = influence value = -1 }
		command = { type = trigger which = 222048 }
		}
}
##################################
# (FIN)request aid from the allies (by ghost_dk)
##################################

event = {
	id = 1002105 
	random = no
	country = FIN

	trigger = {
		random = 20
		event = 272092
		war = { country = SOV country = FIN }
		OR = {
			control = { province = 787 data = SOV }
			control = { province = 803 data = SOV }
			control = { province = 821 data = SOV }
			}
		NOT = {
			event = 2628
			alliance = { country = GER country = FIN }
			atwar = ENG
			atwar = FRA
			}
		}
	name = CEVTNAME_1002105
	desc = CEVTDESC_1002105
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
		name = CEVTACTA_1002105
		command = { type = sleepevent which = 272149 }
		}
	action_b = {
		name = CEVTACTB_1002105
		command = { type = trigger which = 272149 }
		command = { type = influence value = -3 }		
		}
}
#######################################
# (FIN)Canada sends volunteers (by ghost_dk)
#######################################

event = {
	id = 1002106
	random = no
	country = FIN

	# triggered by CAN 402010

	name = CEVTNAME_1002106
	desc = CEVTDESC_1002106
	style = 0

	action_a = {
		name = CEVTACTA_1002106
		command = { type = supplies value = -500 }
		command = { type = add_division which = infantry }
		}
}
#######################################
# (FIN)President Kallio dies of heart attack (by ghost_dk)
#######################################

event = { 
	id = 1002107 
	random = no
	country = FIN

	trigger = { 
		random = 10
		event = 2628
		atwar = no
		}
	name = CEVTNAME_1002107
	desc = CEVTDESC_1002107
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 30
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = { 
		name = CEVTACTA_1002107
		command = { type = sleepminister which = 29011 }
		command = { type = headofstate which = 29029 }
		}
}
###################################
# (DEN)Scandinavian policy on military aid to Finland (by Ghost_dk)
###################################

event = { 
	id = 1002108
	random = no
	country = DEN

	# triggered by DEN 1002115

	name = CEVTNAME_1002108
	desc = CEVTDESC_1002108
	style = 0

	action_a = { 
		name = CEVTACTA_1002108
		command = { type = influence value = -1 }
		
		}
}
#######################################
# (FIN)UK promises aid and sends bombers (by ghost_dk)
#######################################

event = {
	id = 1002109
	random = no
	country = FIN

	# triggered by ENG 272091

	name = CEVTNAME_1002109
	desc = CEVTDESC_1002109
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = add_division which = tactical_bomber }
		}
}
###################################
# (FIN)Finland Suggests defense treaty (by Ghost_dk)
###################################

event = {
	id = 1002110
	random = no
	country = FIN

	# triggered by FIN 1002101

	name = CEVTNAME_1002110
	desc = CEVTDESC_1002110
	style = 0

	action_a = {
		name = CEVTACTA_1002110
		command = { type = trigger which = 1002103 }
		}
	action_b = {
		name = CEVTACTB_1002110
		command = { type = trigger which = 1002102 }
		}
	action_c = {
		name = CEVTACTC_1002110
		command = { type = warentry value = 100 }
		command = { type = war which = SOV }
		command = { type = access which = FIN }
		command = { type = trigger which = 3202 } # FIN 
		}
}
###################################
# (SWE)Allies Request Military access (by Ghost_dk)
###################################

event = { 
	id = 1002111
	random = no
	country = SWE 

	# triggered by ENG 272093

	name = CEVTNAME_1002111
	desc = CEVTDESC_1002111
	style = 0

	action_a = { 
		name = CEVTACTA_1002111
		command = { type = trigger which = 272095 }
		command = { type = sleepevent which = 272094 }
		}
	action_b = {
		name = CEVTACTB_1002111
		command = { type = trigger which = 272094 }
		command = { type = alignment which = democratic value = 15 }
		command = { type = sleepevent which = 272095 }
		}
}
###################################
# (SWE)Soviet apologize for Bombings (by Ghost_dk)
###################################

event = {
	id = 1002112
	random = no
	country = SWE

	# triggered by SOV 222050

	name = CEVTNAME_1002112
	desc = CEVTDESC_1002112
	style = 0

	action_a = {
		name = CEVTACTA_OK
		command = { }
		}
}
###################################
# (DEN)Scandinavian policy on military aid to Finland (by Ghost_dk)
###################################

event = { 
	id = 1002113
	random = no
	country = DEN

	# triggered by DEN 1002115

	name = CEVTNAME_1002113
	desc = CEVTDESC_1002113
	style = 0

	action_a = { 
		name = CEVTACTA_1002113
		command = { type = influence value = -1 }
		
		}
}
###################################
# (NOR)Allies Request Military access (by Ghost_dk)
###################################

event = { 
	id = 1002114
	random = no
	country = NOR 

	# triggered by ENG 272093

	name = CEVTNAME_1002114
	desc = CEVTDESC_1002114
	style = 0

	action_a = { 
		name = CEVTACTA_1002114
		command = { type = trigger which = 272148 }
		command = { type = sleepevent which = 272147 }
		}
	action_b = {
		name = CEVTACTB_1002114
		command = { type = trigger which = 272147 }
		command = { type = alignment which = democratic value = 15 }
		command = { type = sleepevent which = 272148 }
		}
}
###################################
# (DEN)Scandinavian policy on military aid to Finland (by Ghost_dk)
###################################

event = { 
	id = 1002115
	random = no
	country = DEN

	trigger = {
		event = 2621
		event = 272095
		event = 272148
		war = { country = SOV country = FIN }
		NOT = { 
			event = 2628
			war = { country = SOV country = DEN }
			war = { country = SOV country = NOR }
			war = { country = SOV country = SWE }
			alliance = { country = SOV country = DEN }
			alliance = { country = SOV country = NOR }
			alliance = { country = SOV country = SWE }
			}
		}
	name = CEVTNAME_1002115
	desc = CEVTDESC_1002115
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 20
	deathdate = { day = 30 month = december year = 1947 }

	action_a = { 
		name = CEVTACTA_1002115
		command = { type = influence value = -1 }
		command = { type = trigger which = 1002113 }
		command = { type = trigger which = 1002108 }
		command = { type = trigger which = 1002100 }
		}
}
########################################
# (SWE)Send ambulances and staff to Finland (by Ghost_dk)
########################################

event = {
	id = 1002116
	random = no
	country = SWE

	trigger = {
		random = 20
		event = 2621
		war = { country = FIN country = SOV }
		NOT = { 
			event = 2628
			atwar = SWE
			alliance = { country = SWE country = SOV }
			}
		}

	name = CEVTNAME_1002116
	desc = CEVTDESC_1002116
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 8
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1002116
		command = { type = supplies value = -200 }
		command = { type = trigger which = 1002065 }
		}
	action_b = {
		name = CEVTACTB_1002116
		command = { type = sleepevent which = 1002065 }
		command = { type = influence value = -2 }
		}
}
###################################
# (SWE)Finland requests military units (by Ghost_dk)
###################################

event = {
	id = 1002117
	random = no
	country = SWE

	# triggered by FIN 1002093

	name = CEVTNAME_1002117
	desc = CEVTDESC_1002117
	style = 0

	action_a = {
		name = CEVTACTA_1002117
		command = { type = trigger which = 1002094 }
		}
	action_b = {
		name = CEVTACTB_1002117
		command = { type = trigger which = 1002095 }
		command = { type = switch_allegiance which = FIN value = -1 } 
		command = { type = switch_allegiance which = FIN value = -1 } 
		command = { type = switch_allegiance which = FIN value = -1 } 
		}
}
#######################################
# (FIN)Haiti Promises aid (by ghost_dk)
#######################################

event = {
	id = 1002118
	random = no
	country = FIN

	# triggered by URU 1052032

	name = CEVTNAME_1002118
	desc = CEVTDESC_1002118
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = dissent value = -1 }
	}
}

############################
# Denmark
############################
############################
# 1002122 (DEN)Trade Pact of Oslo(by Ghost_dk)
############################

event = { 
	id = 1002122
	random = no
	country = DEN

	trigger = { 
		atwar = no
		}
	name = CEVTNAME_1002122
	desc = CEVTDESC_1002122
	style = 0

	date = { day = 27 month = may year = 1937 }

	action_a = {
		name = CEVTACTA_1002122
		command = { type = industry which = -1 value = 1 }
		command = { type = industry which = -1 value = 1 }
		command = { type = influence value = -1 }
		}
	action_b = {
		name = CEVTACTB_1002122
		command = { type = sleepevent which = 1002125 }
		}
}
############################
# 1002125 (DEN)Termination of Oslo Trade Agreement(by Ghost_dk)
############################

event = {
	id = 1002125
	random = no
	country = DEN

	name = CEVTNAME_1002125
	desc = CEVTDESC_1002125
	style = 0

	date = { day = 0 month = july year = 1938 }

	action_a = {
		name = CEVTACTA_1002125
		command = { type = industry which = -1 value = -1 }
		}
}
###################################
# 1002130 (DEN) Bombing of the Shell House
###################################

event = {
	id = 1002130
	random = no
	country = DEN

	trigger = {
		OR = {
			control = { province = 594 data = GER } # copenhagen
			puppet = { country = DEN country = GER }
			}
		}
	name = CEVTNAME_1002130
	desc = CEVTDESC_1002130
	style = 0

	date = { day = 20 month = march year = 1945 }

	action_a = {
		name = CEVTACTA_1002130
		command = { type = trigger which = 272146 }
		}
}
###################################
# 1002133 (DEN)Germany offers non-agression pact(by Ghost_dk)
###################################

event = {
	id = 1002133
	random = no
	country = DEN

	# triggered by GER 172157

	name = CEVTNAME_1002133
	desc = CEVTDESC_1002133
	style = 0

	action_a = {
		name = CEVTACTA_1002133
		command = { type = dissent value = -1 }
		command = { type = trigger which = 172175 }
		}
	action_b = {
		name = CEVTACTB_1002133
		command = { type = dissent value = 2 }
		command = { type = trigger which = 172176 }
		}
}
############################
# Finland
############################
##################################
# 1002128 (FIN)Dissolution of Fascist Organization(by Ghost_dk)
##################################

event = {
	id = 1002128
	random = no
	country = FIN

	trigger = {
		headofstate = 29011
		NOT = {
			alliance = { country = GER country = FIN }
			}
		}
	name = CEVTNAME_1002128
	desc = CEVTDESC_1002128
	style = 0

	date = { day = 21 month = december year = 1938 }

	action_a = {
		name = CEVTACTA_1002128
		command = { type = alignment which = fascist value = -10 }
		command = { type = dissent value = 2 }
		}
	action_b = {
		name = CEVTACTB_1002128
		command = { type = alignment which = fascist value = 10 }
		command = { type = dissent value = 4 }
		}
}

############################
# 1002136 (FIN)Germany offers non-agression pact(by Ghost_dk)
############################

event = {
	id = 1002136
	random = no
	country = FIN

	# triggered by GER 172157

	name = CEVTNAME_702086
	desc = CEVTDESC_1002136
	style = 0

	action_a = {
		name = CEVTACTA_1002134 #Refuses
		command = { type = dissent value = -1 }
		command = { type = trigger which = 172182 }
		}
	action_b = {
		name = CEVTACTB_1002136 #Agrees
		command = { type = dissent value = 2 }
		command = { type = trigger which = 172181 }
		}
}

############################
# Norway
############################
############################
# 1002123 (NOR)Trade Pact of Oslo(by Ghost_dk)
############################

event = { 
	id = 1002123
	random = no
	country = NOR

	trigger = { 
		atwar = no
		}
	name = CEVTNAME_1002122
	desc = CEVTDESC_1002122
	style = 0

	date = { day = 27 month = may year = 1937 }

	action_a = {
		name = CEVTACTA_1002122
		command = { type = industry which = -1 value = 1 }
		command = { type = industry which = -1 value = 1 }
		command = { type = influence value = -1 }
		}
	action_b = {
		name = CEVTACTB_1002122
		command = { type = sleepevent which = 1002126 }
		}
}
############################
# 1002126 (NOR)Termination of Oslo Trade Agreement(by Ghost_dk)
############################

event = {
	id = 1002126
	random = no
	country = NOR

	name = CEVTNAME_852021
	desc = CEVTDESC_1002126
	style = 0

	date = { day = 0 month = july year = 1938 }

	action_a = {
		name = CEVTACTA_852021
		command = { type = industry which = -1 value = -1 }
		}
}
############################
# 1002129 (NOR)Norwegian Claim in Antarctica(by Ghost_dk)
############################

event = {
	id = 1002129
	random = no
	country = NOR

	trigger = { 
		atwar = no
		}
	name = CEVTNAME_1002129
	desc = CEVTDESC_1002129
	style = 0

	date = { day = 18 month = january year = 1939 }

	action_a = {
		name = CEVTACTA_1002129
		command = { type = influence value = 4 }
		command = { type = supplies value = -150 }
		}
	action_b = {
		name = CEVTACTB_1002129
		command = { }
		}
}
###################################
# 1002134 (NOR)Germany offers non-agression pact(by Ghost_dk)
###################################

event = {
	id = 1002134
	random = no
	country = NOR

	# triggered by GER 172157

	name = CEVTNAME_702086
	desc = CEVTDESC_1002134
	style = 0

	action_a = {
		name = CEVTACTA_702086
		command = { type = dissent value = -1 }
		command = { type = trigger which = 172178 }
		}
	action_b = {
		name = CEVTACTB_1002134
		command = { type = dissent value = 2 }
		command = { type = trigger which = 172177 }
		}
}
############################
# Sweden
############################
############################
# 1002124 (SWE)Trade Pact of Oslo(by Ghost_dk)
############################

event = { 
	id = 1002124
	random = no
	country = SWE

	trigger = { 
		atwar = no
		}
	name = CEVTNAME_1002122
	desc = CEVTDESC_1002122
	style = 0

	date = { day = 27 month = may year = 1937 }

	action_a = {
		name = CEVTACTA_1002122
		command = { type = industry which = -1 value = 1 }
		command = { type = industry which = -1 value = 1 }
		command = { type = influence value = -1 }
		}
	action_b = {
		name = CEVTACTB_1002122
		command = { }
		}
}
############################
# 1002127 (SWE)Termination of Oslo Trade Agreement(by Ghost_dk)
############################

event = {
	id = 1002127
	random = no
	country = SWE

	name = CEVTNAME_852021
	desc = CEVTDESC_1002127
	style = 0

	date = { day = 0 month = july year = 1938 }

	action_a = {
		name = CEVTACTA_852021
		command = { type = industry which = -1 value = -1 }
		}
}
###################################
# 1002135 (SWE)Germany offers non-agression pact(by Ghost_dk)
###################################

event = {
	id = 1002135
	random = no
	country = NOR

	# triggered by GER 172157

	name = CEVTNAME_702086
	desc = CEVTDESC_1002135
	style = 0

	action_a = {
		name = CEVTACTA_702086
		command = { type = dissent value = -1 }
		command = { type = trigger which = 172180 }
		}
	action_b = {
		name = CEVTACTB_1002135
		command = { type = dissent value = 2 }
		command = { type = trigger which = 172179 }
		}
}

##################################################
# 1002131 - War in Europe Norway
##################################################

event = { 
	id = 1002131
	random = no
	country = NOR

	trigger = {
		OR = {
			atwar = yes
			War = { country = GER country = POL }
			War = { country = GER country = CZE }
			War = { country = GER country = ENG }
			}
		}

	name = CEVTNAME_1002131
	desc = CEVTDESC_1002131
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 30
	deathdate = { day = 30 month = december year = 1944 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 10 }
		command = { type = province_manpower which = 664   value = 3 } #Oslo
		command = { type = province_manpower which = 674   value = 2 } #Trodheim
		command = { type = province_manpower which = 671   value = 2 } #Bergen
		command = { type = province_manpower which = 662   value = 1 } #Stavanger
		command = { type = province_manpower which = 680   value = 1 } #Narvik
		command = { type = province_manpower which = 663   value = 1 } #Kristiansand
		command = { type = province_manpower which = 668   value = 1 } #Hamar
	}
}

##################################################
# 1002132 - War in Europe Denmark
##################################################

event = { 
	id = 1002132
	random = no
	country = DEN

	trigger = {
		OR = {
			atwar = yes
			War = { country = GER country = POL }
			War = { country = GER country = CZE }
			War = { country = GER country = ENG }
			}
		}

	name = CEVTNAME_1002131
	desc = CEVTDESC_1002132
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 30
	deathdate = { day = 30 month = december year = 1944 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 10 }
		command = { type = province_manpower which = 594   value = 9 } #Koeberhavn
		command = { type = province_manpower which = 655   value = 5 } #Aarhus
		command = { type = province_manpower which = 595   value = 4 } #Kolding
		command = { type = province_manpower which = 596   value = 2 } #Odense
	}
}

##################################################
# 1002137 - War in Europe Sweden
##################################################

event = { 
	id = 1002137
	random = no
	country = SWE

	trigger = {
		OR = {
			atwar = yes
			War = { country = GER country = POL }
			War = { country = GER country = CZE }
			War = { country = GER country = ENG }
			War = { country = FIN country = SOV }
			}
		}

	name = CEVTNAME_1002131
	desc = CEVTDESC_1002137
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 30
	deathdate = { day = 30 month = december year = 1944 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 50 }
		command = { type = province_manpower which = 2160  value = 9 } #Stockholm
		command = { type = province_manpower which = 653   value = 5 } #Malmo
		command = { type = province_manpower which = 660   value = 5 } #Goteborg
		command = { type = province_manpower which = 661   value = 5 } #Norrkoping
		command = { type = province_manpower which = 691   value = 2 } #Orebro
		command = { type = province_manpower which = 689   value = 2 } #Sundsvall
		command = { type = province_manpower which = 682   value = 2 } #Lulea
		command = { type = province_manpower which = 659   value = 2 } #Kalmar
		command = { type = province_manpower which = 692   value = 2 } #Gavle
		command = { type = province_manpower which = 690   value = 1 } #Ostersund
		command = { type = province_manpower which = 698   value = 1 } #Visby
		command = { type = province_manpower which = 685   value = 1 } #Umea
		command = { type = province_manpower which = 818   value = 1 } #Kiruna
		command = { type = province_manpower which = 665   value = 1 } #Karlstad
		command = { type = province_manpower which = 654   value = 1 } #Karlskrana
		command = { type = province_manpower which = 681   value = 1 } #Gallivare
		command = { type = province_manpower which = 695   value = 1 } #Falun

	}
}

##################################################
# 1002138 - Finland Mobilizes
##################################################

event = { 
	id = 1002138
	random = no
	country = FIN

	trigger = {
		OR = {
			atwar = yes
			NOT = {
				exists = EST
				exists = LAT
				exists = LIT
				}
			}
		}

	name = CEVTNAME_1002138
	desc = CEVTDESC_1002138
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 15
	deathdate = { day = 30 month = december year = 1944 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 100 }
		command = { type = province_manpower which = 706   value = 2 } #Helsinki
		command = { type = province_manpower which = 705   value = 3 } #Turku
		command = { type = province_manpower which = 787   value = 1 } #Viipuri
		command = { type = province_manpower which = 801   value = 1 } #Tampere
		command = { type = province_manpower which = 799   value = 1 } #Seinajoki
		command = { type = province_manpower which = 813   value = 1 } #Oulu
	}
}

#########################################################################
#  Sale of Landsverk tank L60-B design to Hungary
#########################################################################

event = {
	id = 1002140 # 752481
	random = no
	country = SWE

	trigger = {
			exists = HUN
			NOT = { atwar = SWE }
			NOT = { war = { country = SWE country = HUN } }
			technology = 2103 # Basic Light Tank Prototype Tests
			random = 30
			}

	name = CEVTNAME_1002140
	desc = CEVTDESC_1002140
	style = 0

	date = { day = 6 month = august year = 1937 }
	offset = 61
	deathdate = { day = 19 month = december year = 1941 }

	action_a = {
			name = CEVTACTA_1002140
			command = { type = supplies value = 200 }
			command = { type = influence value = 1 }
			command = { type = trigger which = 702122 }
			}
	action_b = {
			name = CEVTACTB_1002140
			command = { }
			}
	}

#########################################
# German access to Finland
#########################################

event = {
	id = 9000550
	random = no
	country = FIN
	
	trigger = {
		ai = yes
		OR = {
			alliance = { country = GER country = FIN }
			puppet = { country = FIN country = GER }
		}
	}

	name = AI_EVENT
	desc = ""
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 30
	deathdate = { day = 1 month = january year = 1949 }

	action_a = {
		command = { type = access which = GER }
	}
}


# NEW


#########################################################################
#  We need to modernize our air force (Crazyhorse)
#########################################################################


event = {
	id = 1002141
	random = no
	country = FIN

	trigger = {
			exists = HOL
			NOT = {
			war = { country = FIN country = HOL }
			ispuppet = FIN 
			atwar = FIN
			}
}

	name = CEVTNAME_1002141
	desc = CEVTDESC_1002141
	style = 0
	
	date = { day = 16 month = november year = 1936 }
	offset = 30
	deathdate = { day = 29 month = december year = 1941 }

	action_a = {
			name = CEVTACTA_1002141
			command = { type = trigger which = 850039 }
}

	action_b = {
			name = CEVTACTB_1002141
			command = { type = sleepevent which =  850039 } 
			command = { type = sleepevent which =  850040 }
			command = { type = sleepevent which =  1002142 }
			command = { type = sleepevent which =  1002143 }
			command = { type = sleepevent which =  1002144 }
			}
	}

#########################################################################
# Holland agrees with the sale of Fokker D.XXI fighters to Finland (Crazyhorse)
#########################################################################


event = {
	id = 1002142
	random = no
	country = FIN

	
	name = CEVTNAME_1002142
	desc = CEVTDESC_1002142
	style = 0
	
	

	action_a = {
			name = CEVTACTA_GREAT
			command = {  }
}

	}

#########################################################################
# Holland refuses the sale of Fokker D.XXI fighters to the Finnish air force (Crazyhorse)
#########################################################################


event = {
	id = 1002143
	random = no
	country = FIN

	
	name = CEVTNAME_1002143
	desc = CEVTDESC_1002143
	style = 0
	
	

	action_a = {
			name = CEVTACTA_1002143
			command = { type = sleepevent which =  850040 }
			command = { type = sleepevent which =  1002144 }
			}

	}

#########################################################################
# Delivery of the Fokker D.XXI and the license to build them in Finland (Crazyhorse)
#########################################################################


event = {
	id = 1002144
	random = no
	country = FIN

trigger = {
			exists = HOL 
			ispuppet = no
			NOT = { war = { country = FIN country = HOL }
			ispuppet = HOL
			 }
			}
	
	name = CEVTNAME_1002144
	desc = CEVTDESC_1002144
	style = 0
	
	date = { day = 18 month = november year = 1937 }

	action_a = {
			name = CEVTACTA_GREAT
			command = { type = gain_tech which = 10102 }
			command = { type = supplies  value = -200 }
			command = { type = trigger which = 850040 }
			command = { type = build_division which = fighter }
}

	} 